home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Commun⁄Network / Telnet 2.5.src.ThinkC / source / event.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-06-27  |  476 b   |  52 lines  |  [TEXT/MPS ]

  1. extern void optionKeys
  2.   (
  3.     void
  4.   );
  5.  
  6. extern void optionKeysOff
  7.   (
  8.     void
  9.   );
  10.  
  11. extern int updateCursor
  12.   (
  13.     int force
  14.   );
  15.  
  16. extern void Wait4Mouse
  17.   (
  18.     void
  19.   );
  20.  
  21. extern int getmacro
  22.   (
  23.     int n,
  24.     unsigned char *dest
  25.   );
  26.  
  27. extern void setmacro                /* Set macro number <n> to the value of s */
  28.   (
  29.     int n,
  30.     unsigned char *s
  31.   );
  32.  
  33. extern void initEvents
  34.   (
  35.     void
  36.   );
  37.  
  38. extern void DoEvents
  39.   (
  40.     void
  41.   );
  42.  
  43. extern void NoWindow
  44.   (
  45.     void
  46.   );
  47.  
  48. extern void JTime
  49.   (
  50.     int i
  51.   );
  52.